-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring Oberon PSA core v1.2.1.1 #14136
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
test-fw-nrfconnect-chip: added because there was no .github/test-spec.yml in 'matter' Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also remove PSA_CRYPTO_SPAKE2P_USE_VERSION_04 in Kconfig
You are right of course, I removed it. |
d31f8a6
to
070640d
Compare
644de31
to
210e48e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thread's side looks good: https://jenkins-ncs.nordicsemi.no/job/latest/job/night/job/test-fw-nrfconnect-thread/job/thread-test-branch/433/
One test failure is not connected with this PR
west.yml
Outdated
@@ -61,7 +61,7 @@ manifest: | |||
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html | |||
- name: zephyr | |||
repo-path: sdk-zephyr | |||
revision: f3f276dd2ecad981a2abf1d87c3d3d0b2e9d5373 | |||
revision: 76b0463a5a4b8b44cb4c82e5906711d18ae439db |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0a1854bb2c1eba17490d1c82ba1f749a5745fc1e
nrfconnect/sdk-zephyr@0a1854b
nrfconnect/sdk-zephyr@7735bc6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, please merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jfischer-no If you want me to change the hash yet again you just edit the comment I don't any notification unfortunately. Please ping me if you want me to a a change.
But I will not update the hash actually. I will let the CI run and merge this. Another PR can update the hash. Since all the manifest PR is now blocked by this it makes more sense.
Bring Oberon PSA core version 1.2.1.1 which includes the new standardized PAKE APIs. Signed-off-by: Georgios Vasilakis <[email protected]> Signed-off-by: Markus Swarowsky <[email protected]>
Adapt nrf security to the new Oberon PSA core v1.2.1.1. Signed-off-by: Georgios Vasilakis <[email protected]> Signed-off-by: Markus Swarowsky <[email protected]> Signed-off-by: Frank Audun Kvamtrø <[email protected]>
Bring required Zephyr changes for the new Oberon PSA core v1.2.1.1 Signed-off-by: Georgios Vasilakis <[email protected]> Signed-off-by: Markus Swarowsky <[email protected]>
Change to the final PAKE API's that are in the PSA crypto Spec 1.2 that got introduced with oberon PSA core 1.2.1.1 Signed-off-by: Markus Swarowsky <[email protected]>
Change TLS to final PAKE APIs from PSA crypto spec 1.2 Signed-off-by: Markus Swarowsky <[email protected]>
Brings Matter which uses the final PAKE APIs from PSA crypto spec 1.2. Signed-off-by: Georgios Vasilakis <[email protected]>
The crypto test suite failure is unrelated to the changes here (crypto had passed in a previous run) |
We had other CI instabilities with IOT samples which I rerun and now they are green. Since I did that I also rerun Crypto and it is also green right now. |
Brings the new Oberon PSA core version 1.2.1.1 which includes the new standardized PAKE APIs.
Ref: NCSDK-26057
test-sdk-nrf: pake_api_alignment